(Info-additional-directory-list): Doc fix. Suggested by
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Apr 2001 06:08:10 +0000 (06:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Apr 2001 06:08:10 +0000 (06:08 +0000)
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.

lisp/info.el

index 673b5402e41a357ac240fa43018e86aa071fccf1..d3d21468a6af93a87686c8512a195c7cc5ccbeae 100644 (file)
@@ -132,7 +132,8 @@ a version of Emacs without installing it.")
 
 (defcustom Info-additional-directory-list nil
   "List of additional directories to search for Info documentation files.
-These directories are not searched for merging the `dir' file."
+These directories is searched after those in `Info-directory-list', and
+they are not searched for merging the `dir' file."
   :type '(repeat directory)
   :group 'info)